var runtime.finlock
13 uses
runtime (current package)
mfinal.go#L43: var finlock mutex // protects the following variables
mfinal.go#L91: lockWithRankMayAcquire(&finlock, getLockRank(&finlock))
mfinal.go#L105: lock(&finlock)
mfinal.go#L139: unlock(&finlock)
mfinal.go#L184: lock(&finlock)
mfinal.go#L186: unlock(&finlock)
mfinal.go#L189: lock(&finlock)
mfinal.go#L193: gopark(finalizercommit, unsafe.Pointer(&finlock), waitReasonFinalizerWait, traceBlockSystemGoroutine, 1)
mfinal.go#L197: unlock(&finlock)
mfinal.go#L268: lock(&finlock)
mfinal.go#L271: unlock(&finlock)
proc.go#L704: lockInit(&finlock, lockRankFin)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |